diff.rs
An LCS based slice and string diffing implementation.
Install
[]
= "0.1"
Example
extern crate diff;
prints
foo
-bar
baz
+bar
quux
License
diff
is primarily distributed under the terms of both the MIT license and the
Apache License (Version 2.0).
See LICENSE-APACHE, and LICENSE-MIT for details.